Installation
agentty is a terminal-first environment for running AI coding agents in isolated git worktrees.
Install🔗
Use one of these installation options:
Shell installer🔗
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/agentty-xyz/agentty/releases/latest/download/agentty-installer.sh | shCargo🔗
cargo install agenttynpm (global)🔗
npm install -g agenttynpx (no install)🔗
npx agenttyStart a Session🔗
- Open a git repository in your terminal.
- Run
agentty. - Start a new session and let the agent work in its dedicated worktree branch.
Review Changes🔗
Inside agentty, open the diff view (d) to inspect the generated git diff before you keep or discard edits.